new page
This block is part of the state ui group and was last modified in core v10.4.28.
new page v10.4.28 Allowes you to create a dynamic web page on the given URL.
Out pins 3 + flow
- flow
flow - Connection
httpconnectionDetermines which component should be rendered on the specified URI.
- Params
objectObject containing all the parameters found in the URL.
- Query
objectObject containing the query parameters in the URL.
A typical wiring for new page: the flow out pin feeds redirect; the params out pin feeds get fields.

Commonly used with
In production blueprints, this block is most often wired together with:
- render: this block feeds into it. Sends the combined HTML to the frontend and renders the page into React components.
- redirect: this block feeds into it. Updates the connection to a new endpoint if the client allows following redirects.
- get fields: this block feeds into it. Gets the selected fields from the given object.
- execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
- get document: this block feeds into it. get a specific document based on the given GUID.
- validate password forgot token: this block feeds into it. Validate the user input token before actually use it to change the password.
Used in these guides
These documentation pages use or explain this block:
Version history
Introduced in v10.4.28.
Back to
state ui Return to the main group to view all sub-groups Back to state paging Return to the group to view all blocks within this group
